Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" was
authorTor Lillqvist <tml@novell.com>
Sun, 27 May 2007 18:45:09 +0000 (18:45 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 27 May 2007 18:45:09 +0000 (18:45 +0000)
2007-05-27  Tor Lillqvist  <tml@novell.com>

* configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
supposed to be -luser32, but he "l" was missing. But nobody has
noticed, so presumably unnecessary.

svn path=/trunk/; revision=17955

ChangeLog
configure.in

index 218e0e4caf0fb5d9162ce0507dfcd0cb867e47ef..9f0fc08db89253683e103788661c1f4a57c76996 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
+       supposed to be -luser32, but he "l" was missing. But nobody has
+       noticed, so presumably unnecessary.
+
 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c: Move docs inline.
index 6669a8cff7688b253c98af3082af9ea5e79ee8e2..c9ee596becb5e893c34d37e7983ff647810a27f9 100644 (file)
@@ -1368,7 +1368,7 @@ else
 fi
 
 if test "x$gdktarget" = "xwin32"; then
-  GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -user32 -limm32 -lshell32 -lole32 -Wl,-luuid"
+  GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid"
   AM_CONDITIONAL(USE_WIN32, true)
 else
   AM_CONDITIONAL(USE_WIN32, false)